Skip to content

Replace Python SSH layer with persistent Go SSH collector#243

Merged
venksrin09 merged 1 commit into
mainfrom
ichristo/go-persistent-ssh-cluster-mon
Jun 28, 2026
Merged

Replace Python SSH layer with persistent Go SSH collector#243
venksrin09 merged 1 commit into
mainfrom
ichristo/go-persistent-ssh-cluster-mon

Conversation

@cijohnson

Copy link
Copy Markdown
Collaborator

Introduces a Go-based SSH connection pool (go-collector) that maintains persistent connections per host, replacing the ephemeral Python parallel-SSH implementations (cvs_parallel_ssh_reliable, host_probe, jump_host_pssh). Adds ssh_manager.py and go_collector.py on the Python side to interface with the new daemon, and updates main.py and the Dockerfile/docker-compose accordingly.

Motivation

Technical Details

Test Plan

Test Result

Submission Checklist

Introduces a Go-based SSH connection pool (go-collector) that maintains persistent connections per host, replacing the ephemeral Python parallel-SSH implementations (cvs_parallel_ssh_reliable, host_probe, jump_host_pssh). Adds ssh_manager.py and go_collector.py on the Python side to interface with the new daemon, and updates main.py and the Dockerfile/docker-compose accordingly.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cijohnson cijohnson force-pushed the ichristo/go-persistent-ssh-cluster-mon branch from 8f0f338 to 4c5bf67 Compare June 28, 2026 19:38
@venksrin09 venksrin09 self-assigned this Jun 28, 2026
@venksrin09 venksrin09 merged commit e37f90d into main Jun 28, 2026
2 checks passed
@cijohnson cijohnson deleted the ichristo/go-persistent-ssh-cluster-mon branch June 28, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants